home *** CD-ROM | disk | FTP | other *** search
/ Aminet 49 / Aminet 49 (2002)(GTI - Schatztruhe)[!][Jun 2002].iso / Aminet / util / virus / VirusZ.lha / VirusZ.readme < prev   
Text File  |  2002-04-01  |  4KB  |  76 lines

  1. Short:    VirusZ III 0.99 - Antivirus Software
  2. Author:   Georg Hörmann
  3. Uploader: ghoermann@gmx.de (Georg Hörmann)
  4. Type:     util/virus
  5. Requires: AmigaOS 2.04 or better
  6.           util/libs/ReqToolsUsr.lha
  7.           util/virus/xvslibrary.lha
  8.           util/pack/xfdmaster.lha
  9.           util/arc/xadmaster.lha (recommended)
  10.           util/libs/DisLib.lha (optional)
  11.  
  12. ============================================================================
  13.                                  VirusZ III
  14.                 Copyright © 1991-1999/2002 by Georg Hörmann
  15.                    Copyright © 1999-2001 by Dirk Stöcker
  16. ============================================================================
  17.  
  18. VirusZ  is  still  the  classic antivirus software for Amiga computers, even
  19. though development was down for over 2 years.  Now I'm trying to finally add
  20. the missing features step by step (see history below).
  21.  
  22. This archive no longer contains any of the required libraries, so please get
  23. them from Aminet (locations are mentioned in the header of this textfile).
  24.  
  25. To  ensure  that you have downloaded an original version of VirusZ and not a
  26. fake, you can use my PGP key (attached to the VirusZ.doc file) together with
  27. the  signatures  included  in  the  archive  for verification.  You can also
  28. download a 100% safe copy of my PGP key from the following homepages:
  29.  
  30. Virus Help Team Denmark homepage:   www.vht-dk.dk
  31. Dirk Stöcker's homepage:            www.dstoecker.de
  32.  
  33. Additionally,  you should compare the file size of your VirusZ copy with the
  34. one displayed in the programs 'Technical Info' information.  They MUST match
  35. if you didn't have crunched VirusZ yourself.
  36.  
  37. For comments or bug reports or if you have found some new virus, contact the
  38. author at the following addresses:
  39.  
  40. snail-mail: Georg Hörmann
  41.             Martinswinkelstraße 16c
  42.             82467 Garmisch-Partenkirchen
  43.             Germany
  44.  
  45. e-mail:     ghoermann@gmx.de
  46.             ghoermann@epost.de
  47.  
  48. ============================================================================
  49.  
  50.  0.99  Changes/Additions since 0.98:
  51.     - Improved window calculation code to avoid rendering bugs when you
  52.       have installed sysihack-like programs. Thanks to Harry Sintonen
  53.       for the bug report and screenshot.
  54.     - Splitted the single 'About' request in a 'Technical Info' request
  55.       and a new 'About' request and added some more information to them.
  56.     - Fixed bug: 72 bytes of memory disappeared during every program
  57.       startup, this seems to be a problem with special CreateNewProc()
  58.       tags. After two nights of debugging I still couldn't locate the
  59.       bug exactly, so I did some workaround instead, now there are at
  60.       least no more memory losses.
  61.     - Added the first vector snapshots sent by David Oakes, Ian Chapman,
  62.       Fulvio Peruggi and Harry Sintonen. Thanks guys!
  63.     - Fixed minor rendering problem with VirusZ's main window. This one
  64.       only appeared if you have modified the top_border size with tools
  65.       like MCP. Thanks to Luca Longone for the report/screenshot and
  66.       sorry for my angry email :-)
  67.     - Added full support for NSD-64-bit devices. Now the bootblocks of
  68.       partitions located higher than the old 4GB-border will finally be
  69.       accessed correctly.
  70.     - Improved disassembler output in the bootblock lab. The first three
  71.       longwords now always get displayed as 'dc.l' lines and disassembly
  72.       starts at offset $000c, the real entry point of a bootblock. This
  73.       avoids strange interpretations of the bootblock's checksum and the
  74.       two other fields.
  75.     - Added some more vector snapshots sent by Dariusz Krzempek. Thanks!
  76.